home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
y2k_tetr.swf
/
scripts
/
DefineButton2_83
/
BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
233 b
|
14 lines
on(release, keyPress "<Enter>"){
_visible = "0";
set("..:busy","0");
if(eval("..:pauset") == "0")
{
set("..:pause","0");
}
tellTarget("..")
{
gotoAndStop("process");
play();
}
}